projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aedda25
)
* .bzrignore: Add lib/stdio.h.
author
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 21 Mar 2011 05:05:49 +0000
(22:05 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 21 Mar 2011 05:05:49 +0000
(22:05 -0700)
.bzrignore
patch
|
blob
|
history
ChangeLog
patch
|
blob
|
history
diff --git
a/.bzrignore
b/.bzrignore
index 0955d5ac7c5707ee30c47fc7e6252cd33b56f91e..984bc4020f7f12218cdf5b3133e1411bd7258c83 100644
(file)
--- a/
.bzrignore
+++ b/
.bzrignore
@@
-44,6
+44,7
@@
lib/deps/
lib/arg-nonnull.h
lib/c++defs.h
lib/getopt.h
+lib/stdio.h
lib/stdlib.h
lib/sys/
lib/time.h
diff --git
a/ChangeLog
b/ChangeLog
index ff0a79c267556c064c661173105d94eac276c4fd..61eea09e3cb3e525e1e1b67e43ae213279f21e1a 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-4,6
+4,7
@@
* Makefile.in (GNULIB_MODULES): Add stdio.
* lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
imported from gnulib.
+ * .bzrignore: Add lib/stdio.h.
2011-03-20 Glenn Morris <rgm@gnu.org>